net/http.Transport.connsPerHostMu (field)
9 uses
net/http (current package)
transport.go#L110: connsPerHostMu sync.Mutex
transport.go#L910: t.connsPerHostMu.Lock()
transport.go#L916: t.connsPerHostMu.Unlock()
transport.go#L1597: t.connsPerHostMu.Lock()
transport.go#L1598: defer t.connsPerHostMu.Unlock()
transport.go#L1630: t.connsPerHostMu.Lock()
transport.go#L1631: defer t.connsPerHostMu.Unlock()
transport.go#L1668: t.connsPerHostMu.Lock()
transport.go#L1669: defer t.connsPerHostMu.Unlock()
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |